summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-20 16:54:01 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-20 16:54:17 +0100
commitc03b5c113b1a69e6967408f405de4f5372d259ba (patch)
tree72d930331304e80747fd3c88145ef7c371d46897
parentc1bb042d5a9d0a029921a2ceb3b84403c2646563 (diff)
downloadChimère - projet Saclay-c03b5c113b1a69e6967408f405de4f5372d259ba.tar.bz2
Chimère - projet Saclay-c03b5c113b1a69e6967408f405de4f5372d259ba.zip
Fix
-rw-r--r--templates/chimere/blocks/map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html
index dd777c4..83ece95 100644
--- a/templates/chimere/blocks/map.html
+++ b/templates/chimere/blocks/map.html
@@ -192,7 +192,7 @@ $(function(){
{% endif %}
$("#{{map_id}}").chimere(chimere_init_options);
{% if zoom %}
- $('#maps').chimere('zoom', {'area':{{zoom}} });
+ $('#{{map_id}}').chimere('zoom', {'area':{{zoom}} });
{% endif %}
$('#{{map_id}}').chimere('addJSON', "{{STATIC_URL}}saclay/json/limites.json");